Tcl_Interp *_i_n_t_e_r_p (in) Token for interpreter to be destroyed.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
TTTTccccllll____CCCCrrrreeeeaaaatttteeeeIIIInnnntttteeeerrrrpppp creates a new interpreter structure and returns a token
for it. The token is required in calls to most other Tcl procedures,
such as TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd, TTTTccccllll____EEEEvvvvaaaallll, and TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp. Clients are
only allowed to access a few of the fields of Tcl_Interp structures; see
the Tcl_Interp and TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd man pages for details. The new
interpreter is initialized with no defined variables and only the built-
in Tcl commands. To bind in additional commands, call TTTTccccllll____CCCCrrrreeeeaaaatttteeeeCCCCoooommmmmmmmaaaannnndddd.
TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp destroys a command interpreter and releases all of the
resources associated with it, including variables, procedures, and
application-specific command bindings. After TTTTccccllll____DDDDeeeelllleeeetttteeeeIIIInnnntttteeeerrrrpppp returns
the caller should never again use the _i_n_t_e_r_p token.